home *** CD-ROM | disk | FTP | other *** search
- global nextCategory, misDone, totalDone, misIconRoll
-
- on exitFrame me
- if misIconRoll = 1 then
- if misDone <> 1 then
- totalDone = totalDone + 1
- misDone = 1
- sprite(3).visible = 0
- sprite(128).member = "greenDot"
- go(marker(nextCategory))
- else
- sprite(3).visible = 0
- go(marker(nextCategory))
- end if
- else
- sprite(3).visible = 1
- go(marker(0) - 1)
- end if
- end
-